﻿@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}


article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	vertical-align: middle;
	width: 100%;
}

.container {
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0px;
	z-index: 999;
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.5s;
	width:100%;
}

#gHeader .logo {
	margin-top: 21px;
}

#gHeader .ss {
	height: 34px;
	margin-left: 20px;
	margin-top: 32px;
	position: relative;
	overflow: hidden;
}

#gHeader .ss input[ type="text"] {
	width: 240px;
	padding: 0 36px 0 10px;
	line-height: 34px;
	box-sizing: border-box;
	border: none;
	background: rgba(255, 255, 255, 1);
	margin: 0;
	border-radius: 17px;
}

#gHeader .ss .btn {
	position: absolute;
	right: 4px;
	top: 0;
	background: url(../images/ss1.png) no-repeat center;
	background-size: 28px;
	border: none;
	padding: 0;
	margin: 0;
	width: 34px;
	height: 34px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 60%;
}

#gNavi li {
	width: 14.28%;
	float: left;

}

#gNavi li>a {
	display: block;
	color: #fff;
	font-size: 17px;
	line-height: 98px;
	text-align: center;
	position: relative;
}

#gNavi li>a:before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	background: #fff;
	border-radius: 50%;
	transform: translateX(-50%);
	display: none;
}

#gNavi li .drop {
	position: absolute;
	left: 0;
	top: 98px;
	right: 0;
	background: #fff;
	padding: 30px;
	text-align: center;
	overflow: hidden;
	z-index: 100;
	display: none;
}

#gNavi li .drop1 a {
	display: inline-block;
	margin: 0 20px 10px;
	padding: 10px 30px;
	background: #258cd2;
	color: #fff;
	font-size: 15px;
	border-radius: 4px;
}

#gNavi li .drop1 a.on {
	background: #258cd2;
	color: #fff;
}

#gNavi li.on>a {
	font-weight: 600;
}

#gNavi li.on>a:before {
	display: block;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 40px;
	background:#258cd2;
	background-size: cover;
	font-size: 14px;
}

#gFooter .container {
	margin-bottom: 30px;
}

#gFooter .box1 {
	width: 30%;
}

#gFooter .flogo img {
	width: auto;
	max-width: 260px;
}

#gFooter ul.nav {
	width: 80%;
}

#gFooter ul.nav li {
	width: 10%;
	float: left;
	text-align: center;
	line-height: 40px;
}

#gFooter ul.nav li a {
	font-size: 15px;
	display: block;
	color: #fff;
	line-height: 15px;
	border-right: 1px dashed rgb(82 82 82 / 30%);
}

#gFooter ul.nav li:last-child a {
	border-right: none;
}

#gFooter .box1 p {
	font-size: 14px;
	line-height: 33px;
	color: #fff;
}

#gFooter .box1 p img {
	width: 26px;
	margin-right: 5px;
}

#gFooter .fl h3 {
	font-size: 20px;
	margin-bottom: 12px;
	color: #fff;
}

#gFooter .box2 {
	width: 30%;
}

#gFooter .box2 li {
	width: 50%;
	float: left;
}

#gFooter .box2 li a {
	display: block;
	line-height: 33px;
	padding-left: 30px;
	background: url(../images/icon7.png) no-repeat left center;
	background-size: 16px;
	color:#FFF
}

#gFooter .box3 {
	width: 40%;
	padding-left: 40px;
	box-sizing: border-box;
}

#gFooter .box3 .img {
	width: 50%;
	float: left;
	text-align: center;
}

#gFooter .box3 .img img {
	width: 140px;
	margin-bottom: 10px;
}

#gFooter .power {
	line-height: 40px;
	color: #fff;
	border-top: 1px solid #fafafa;
	text-align: center;
	margin-top: 20px;
}

#gFooter .power a {
	color: #fff;
}

#gFooter .power img {
	width: auto;
}

.sec .title {
	text-align: center;
	letter-spacing: 1px;
	font-family: "思源黑体 CN";
	padding-bottom: 28px;
	background: url(../images/icon31.png) no-repeat bottom 10px center;
}

.sec .title p {
	font-size: 16px;
	color: #878787;
}

.sec .title h2 {
	font-size: 36px;
	color: #333;
	display: inline-block;
	position: relative;
	line-height: 46px;
	margin-bottom: 12px
}

.sec .title h2:before {
	content: "";
	width: 38px;
	height: 46px;
	position: absolute;
	left: -60px;
	top: 0;
	background: url(../images/tl.png) no-repeat center;
	background-size: cover;
}

.sec .title h2:after {
	content: "";
	width: 38px;
	height: 46px;
	position: absolute;
	right: -60px;
	top: 0;
	background: url(../images/tr.png) no-repeat center;
	background-size: cover;
}

.sec .more a {
	display: block;
	width: 142px;
	line-height: 44px;
	border-radius: 22px;
	background: #258cd2;
	color: #fff;
	font-size: 15px;
	margin: 32px auto 0;
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;

}

.sec .more a:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 12px;
	transition: 0.3s;
	top: 12px;
	background: url(../images/jt.png) no-repeat center;
	background-size: 20px;
}

.sec .more a:hover:after {
	right: 5px;
}


.sp {
	display: none !important;
}

.sec .title1 {
	background-image: url(../images/icon32.png);
}

.sec .title1 h2, .sec .title1 p {
	color: #fff;
}

.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	display: none;
}

.fixed ul {
	border-radius: 3px;
}

.fixed ul span {
	display: inline-block;
	width: 80px;
	line-height: 60px;
	text-align: center;
}

.fixed ul li {
	background: rgba(0, 0, 0, .4);
	padding: 8px 0;
	position: relative;
}

.fixed ul span img {
	width: 35px;
}

.fixed ul li a {
	color: #333;
}

.fixed ul li .h_box {
	position: absolute;
	left: -185px;
	width: 150px;
	top: 8px;
	padding: 10px;
	text-align: center;
	background: #fff;
	line-height: 40px;
	font-size: 20px;
	color: #333;
	box-shadow: 0 0 8px rgba(0, 0, 0, .4);
	display: none;
}

.fixed ul li .h_box:after {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/sj.png) no-repeat center;
	background-size: 25px;
}

.fixed ul li .ewm:after {
	top: 22px;
	transform: translateY(0%);

}

.fixed ul li:hover .h_box {
	display: block;
}

.fixed ul li:hover {
	background: linear-gradient(-30deg, #056abf 0, #1c89e4 50%, #379cf1 99%);
}

.fixed ul span.return {
	cursor: pointer;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
	#gHeader {
		left: 40px;
		right: 40px;
		top: 0px;
	}

	#gHeader .ss input[ type="text"] {
		width: 200px;
	}

	#gHeader .ss .btn {
		background-size: 24px;
	}

	.sec .title h2 {
		font-size: 34px;
		line-height: 44px;
	}

	.sec .title h2:before, .sec .title h2:after {
		width: 36px;
		height: 44px;
	}

	.sec .title p {
		font-size: 15px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	#gHeader .logo {
		width: 220px;
		margin-top: 20px;
	}

	#gNavi {
		margin-left: 50px;
	}

	#gNavi li>a {
		font-size: 16px;
		font-family: "思源黑体 CN";
	}

	#gHeader .ss input[ type="text"] {
		width: 180px;
		line-height: 30px;
	}

	#gHeader .ss .btn {
		width: 30px;
		height: 30px;
	}

	#gHeader .ss {
		height: inherit;
		margin-top: 34px;
	}

	.sec .title h2 {
		font-size: 32px;
	}

	.sec .title h2:before, .sec .title h2:after {
		top: 2px;
	}

	#gFooter .box1 {
		width: 35%;
	}

	#gFooter .box3 {
		width: 35%;
	}

	#gFooter .container {
		margin-bottom: 0px;
	}

	#gFooter ul.nav {
		margin-bottom: 30px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	.container {
		width: 86%;
	}

	#gNavi {
		width: 62%;
	}

	#gNavi li .dl dl dt {
		font-size: 16px;
	}

	#gNavi li .dl dl dt:after {
		height: 3px;
	}

	#gNavi li .dl dl dd a {
		font-size: 14px;
	}

	#gFooter .box3 .img img {
		width: 120px
	}

	#gFooter .fl h3 {
		font-size: 18px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
	.container {
		width: 90%;
	}

	#gFooter ul.nav li a {
		font-size: 14px;
	}

	#gFooter {
		font-size: 13px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
	#gHeader .logo {
		width: 200px;
		margin-top: 22px;
	}

	.sec .title h2 {
		line-height: 38px;
		font-size: 30px;
	}

	.sec .title h2:before, .sec .title h2:after {
		width: 32px;
		height: 38px;
	}

	.sec .title {
		background-size: 18px;
	}

	.sec .title p {
		font-size: 14px;
	}

	#gFooter {
		font-size: 13px;
	}

	#gFooter .box1 p {
		font-size: 13px;
	}

	#gFooter .box1 p img {
		width: 22px;
	}

}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	#gHeader .ss input[ type="text"] {
		width: 170px;
	}

	#gNavi {
		margin-left: 40px;
	}
}

@media all and (min-width: 992px) and (max-width: 1200px) {
	.container {
		width: 94%;
	}

	#gNavi {
		width: 70%;
		float: right;
		margin-left: 0;
	}

	#gNavi li>a {
		font-size: 15px;
	}

	#gHeader .ss {
		display: none;
	}

	#gFooter .box3 .img img {
		width: 100px
	}

	#gNavi li .dl dl {
		width: 25%;
		margin-bottom: 20px;
	}
}


@media all and (min-width: 0) and (max-width: 767px) {



	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.fl, .fr {
		float: inherit;
	}

	.container {
		width: 100%;
	}

	#gHeader {
		position: absolute;
		left: 0px;
		padding: 10px;
		top: 0px;
		right: 0px;
	}

	#gHeader .logo {
		margin-top: 0px;
		width: 160px;
	}

	#gHeader .sear {
		position: absolute;
		right: 60px;
		top: 15px;
		width: 32px;
	}

	#gHeader .menu {
		position: absolute;
		right: 13px;
		top: 15px;
		width: 32px;
	}

	#gHeader .ss {
		height: inherit;
		margin-left: 0px;
		margin-top: 0px;
		position: absolute;
		left: 0;
		top: 64px;
		right: 0;
		background: #fff;
		padding: 50px 30px;
		display: none;
	}

	#gHeader .ss form {
		margin: 0 auto;
		position: relative;
		max-width: 300px;
	}

	#gHeader .ss input[ type="text"] {
		width: 100%;
		box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	}

	#gHeader .ss input {
		appearance: none;
		-webkit-appearance: none;
	}

	#gHeader .ss .btn {
		background-size: 22px;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		width: 100%;
		position: absolute;
		left: 0;
		top: 64px;
		right: 0;
		padding: 20px;
		box-sizing: border-box;
		margin-left: 0px;
		z-index: 100;
		background: #fff;
		display: none;
	}

	#gNavi li {
		width: 100%;
		float: inherit;

	}

	#gNavi li>a {
		color: #333;
		font-size: 15px;
		line-height: 40px;
		text-align: left;
		background: url(../images/next1.png) no-repeat right center;
		background-size: 22px;
		border-bottom: 1px dashed #efeeef;
	}

	#gNavi li .drop {
		position: relative;
		left: 0;
		top: 0px;
		padding: 0;
		right: 0;
		overflow: hidden;
	}

	#gNavi li .drop1 a {
		width: 48%;
		margin: 6px 1%;
		line-height: 40px;
		font-size: 14px;
		float: left;
		padding: 0;
	}

	#gNavi li.on>a {
		background-image: url(../images/next2.png);
		color: #258cd2;
	}

	#gNavi li.on>a:before {
		display: none;
	}

	#gNavi li.on .drop {
		display: block;
	}

	#gNavi li:nth-child(2).on>a:before, #gNavi li:nth-child(3).on>a:before, #gNavi li:nth-child(6).on>a:before, #gNavi li:nth-child(7).on>a:before {
		background-image: url(../images/icon31.png );
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding-top: 30px;
		font-size: 13px;
	}

	#gFooter .container {
		margin-bottom: 0px;
		padding: 0 10px;
	}

	#gFooter .box1 {
		width: 100%;
	}

	#gFooter ul.nav {
		width: 100%;
	}

	#gFooter ul.nav li {
		width: 20%;
		line-height: 30px;
		margin-bottom: 14px;
	}

	#gFooter ul.nav li a {
		font-size: 13px;
		line-height: 14px;
	}

	#gFooter ul.nav li:nth-child(5n) a {
		border-right: none;
	}

	#gFooter .box1 p {
		font-size: 13px;
		line-height: 32px;
	}

	#gFooter .box1 p img {
		width: 21px;
	}

	#gFooter .fl h3 {
		font-size: 16px;
		margin-bottom: 8px;
	}

	#gFooter .box2 {
		width: 100%;
		margin: 15PX 0;
	}

	#gFooter .box2 li {
		width: 33.33%;
		float: left;
	}

	#gFooter .box2 li a {
		display: block;
		padding-left: 0px;
		background: none;
	}

	#gFooter .box3 {
		width: 100%;
		padding-left: 0px;
	}

	#gFooter .box3 .img {
		width: 50%;
	}

	#gFooter .box3 .img img {
		width: 100px;
	}

	#gFooter .power {
		line-height: 24px;
		margin-top: 10px;
	}


	.sec .title {
		letter-spacing: 0px;
		font-family: "思源黑体 CN";
	}

	.sec .title p {
		font-size: 12px;
	}

	.sec .title h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.sec .title h2:before {
		width: 24px;
		height: 30px;
		left: -30px;
	}

	.sec .title h2:after {
		width: 24px;
		height: 30px;
		right: -30px;
	}

	.sec .more a {
		width: 124px;
		line-height: 35px;
		border-radius: 17px;
		font-size: 14px;
		margin-top: 20px;

	}

	.sec .more a:after {
		top: 7px;
	}

	.sec .more a:hover:after {
		right: inherit;
	}





}